home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
TPUG - Toronto PET Users Group
/
TPUG Users Group CD
/
TPUG Users Group CD.iso
/
AMIGA
/
AMICUS
/
AMICUS01.ADF
/
ABasicStuff
/
Sounds
/
Police.bas
< prev
next >
Wrap
BASIC Source File
|
1985-12-04
|
368b
|
16 lines
10 dim pitch%(3)
20 pitch%(0) = 50000
21 pitch%(1)=450
30 pitch%(2) = -100000
31 pitch%(3) = 350
40 period 2, pitch%()
50 dim shape%(7)
60 for x=0 to 7
70 read shape%(x) : next x
90 data 0,70,127,70,0,-70,-128,-70
100 wave 8, shape%()
110 z = sound( 6,0,10000,64,480)
120 audio 6,1
130 get a$ : if a$="" then 130
140 audio 6,-1